home *** CD-ROM | disk | FTP | other *** search
- #include <Sound.h>
-
- #include "common.h"
-
- extern flt_GlobalCommRec gCommRec;
- extern GetNextEventFilterUPP gOldjGNEFilter;
- extern OSErr gErr;
-
- // main protos
- Boolean InstalStuff ();
- pascal OSErr flt_Gestalt (OSType selector, long *response);
-
- // events protos
- pascal void flt_GNEFilter (EventRecord *theEvent, Boolean *result); // the ever popular GNE filter
- OSErr IsDaemonRunning (void);
-